footer {
	display: grid;
	grid-template-columns: auto;
	padding: 40px 14px;
	background: #015bbb;
	z-index: 2;
	position: relative;
}

.ft_title {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--white);
}
.ft_line {
  margin: 15px 0;
  color: var(--white);
}
.ft_submenu {
	color: var(--white);
	padding: 4mm 0;
}
.focus_text {
	font-size: 1em;
	font-weight: 600;
	color: #fed600;
}
.ft_col {
	margin-bottom: 25px;
}
.r_text {
	width: fit-content;
	margin: auto;
	font-size: 12px;
}

@media only screen and (min-device-width: 1200px) {
	footer {
		display: grid;
		grid-template-columns: 40% auto auto auto;
		padding: 100px 10%;
		background: #015bbb;
		z-index: 2;
		position: relative;
	}
	.border_r {
	  border-right: solid 1px hsl(0, 0%, 80%);
	  margin-right: 50px;
	}
	.ft_col {
	margin: 0 50px;
}
.r_text {
	width: fit-content;
	margin: auto;
	font-size: small;
	grid-column-start: 1;
	grid-column-end: 4;
	margin-top: 50px;
}

}
